go/types._TypeSet.IsEmpty (method)
4 uses
go/types (current package)
instantiate.go#L190: if Vi != nil && Vi.typeSet().IsEmpty() {
instantiate.go#L196: if Ti.typeSet().IsEmpty() {
typeset.go#L33: func (s *_TypeSet) IsEmpty() bool { return s.terms.isEmpty() }
typeset.go#L65: case s.IsEmpty():
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)